home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 April / CyberMycha 04-2005 (Poland).bin / IndianaJack / setup.inf < prev    next >
Encoding:
INI File  |  2002-11-05  |  4.6 KB  |  166 lines

  1. [Install1]
  2.  
  3. CopyTree    = DataTree
  4. CopyFiles   = SetupFiles
  5. AddReg      = RegistryData, UninstReg1
  6.  
  7.  
  8. [UnInstall1]
  9.  
  10. DelTree     = RootTree
  11. DelReg      = RegistryUnData
  12.  
  13.  
  14.  
  15. [DataTree]
  16.  
  17. %65600%     , "Setup"
  18.  
  19.  
  20. [SetupFiles]
  21.  
  22. setup.exe
  23. setup.inf
  24.  
  25.  
  26. [RootTree]
  27.  
  28. %65600%
  29.  
  30.  
  31. [DestinationDirs]
  32.  
  33. ; do not change the numeric value !
  34. SetupFiles    = %65600%
  35.  
  36.  
  37. [RegistryData]
  38.  
  39. HKLM,%UNINS%,DisplayName,,"%PRODUCT%"
  40. HKLM,%UNINS%,UninstallString,,"%65600%\setup.exe -uninstall"
  41. HKLM,"Software\Techland\%PRODUCT%",DestinationPath,,"%65600%"
  42. HKLM,"Software\Techland\%PRODUCT%",SrcPath,,"Setup\"
  43.  
  44. [RegistryUnData]
  45.  
  46. HKLM,%UNINS%
  47. HKLM,"Software\Techland\%PRODUCT%"
  48.  
  49.  
  50.  
  51. [UninstReg1]
  52.  
  53. HKLM,"Software\Techland\%PRODUCT%",UninstallSection,,"UnInstall1"
  54.  
  55.  
  56. [Strings]
  57.  
  58. UNINS          = "Software\Microsoft\Windows\CurrentVersion\Uninstall\IndianaJack"
  59. PRODUCT        = "Indiana Jack"
  60.  
  61. StringExit     = "Zamknij instalator"
  62. StringInstall  = "Zainstaluj grΩ"
  63. StringStart    = "Uruchom grΩ"
  64. StringDirect   = "Zainstaluj DirectX"
  65.  
  66. StringChangeDir         = "Folder instalacji:"
  67. StringChangeDirDesc     = "Wybierz folder instalacji"
  68.  
  69. MsgYes                  = "Tak"
  70. MsgNo                   = "Nie"
  71. MsgOk                   = "Ok"
  72. MsgCancel               = "Anuluj"
  73. MsgRetry                = "Powt≤rz"
  74.  
  75. UnInstallAsk            = "Czy jeste£ pewien, ┐e chcesz usun╣µ grΩ?"
  76. UnInstallYes            = "Tak"
  77. UnInstallNo             = "Nie"
  78. UnInstallComplete       = "Usuwanie zako±czone."
  79.  
  80. GetFolderTitle          = "Wybierz folder instalacji"
  81. GetFolderMsgTitle       = "Instalator gry Indiana Jack"
  82. GetFolderCannot         = "Nie uda│o siΩ utworzyµ foldera"
  83. GetFolderExists         = "Folder ju┐ istnieje. Kontynuowaµ?"
  84. GetFolderCancel         = "Anuluj"
  85.  
  86. LicenceTitle      = "Licencja u┐ytkownika"
  87. LicenceAgree      = "Zgadzam siΩ"
  88. LicenceDecline    = "Nie zgadzam siΩ"
  89.  
  90.  
  91. MsgInstalling           = "Instalacja..."
  92. MsgInstallOk            = "Instalacja zako±czona"
  93. MsgInstallError         = "B│╣d instalacji"
  94. MsgInstallSpace         = "Za ma│o miejsca na dysku"
  95. MsgInstallReboot        = "Restart komputera"
  96. MsgInstallRebootAsk     = "Zrestartowaµ teraz?"
  97.  
  98.  
  99. [InstallerSetup]
  100.  
  101. PleaseWait        = "ProszΩ czekaµ..."
  102.  
  103. WindowTitle       = "Indiana Jack"
  104.  
  105. BitmapMask        = "bmp\Mask.bmp"
  106. BitmapBack        = "bmp\Back.bmp"
  107. BitmapButtons     = "bmp\buttons.bmp"
  108. BitmapButtonsMask = "bmp\buttonsmask.bmp"
  109.  
  110. ProgressInfo   = ,,bmp\Progress.bmp, 111,229,,,1,0,0
  111.  
  112. Button1        =  238, 199, 69, 28, "%StringExit%"            ,,  238, 199, -1, -1,,, 238, 199, -1, -1
  113. Button2        =  114, 199, 94, 29, "%StringInstall%"        ,,  114, 199,  -1,  -1,,, 114, 199, -1,-1
  114. Button3        =  115,  199,  171,  28, "%StringStart%"          ,,  0, 39,   0, 5,,, 0, 39, -1,-1
  115. Button4        =  71, 165, 48, 19, "%StringChangeDir%"    ,,  71, 165,  -1,  -1,,, 71, 165, -1,-1
  116. Button5        =  289,  164, 64,  30, "%StringPreviews%"      ,,  289,  164,  -1,  -1,,, 289, 164, -1,-1
  117. Button6        =   0,   0,   0,   0,                             ,, -1,   -1,  -1,  -1,,,-1,  -1, -1,-1
  118.  
  119. TextColor      = 0, 0, 0, 15
  120.  
  121. TextLine1      =  50,250,218,20
  122. TextLine2      =  0,270,340,20
  123.  
  124.  
  125. GetDirOn       =
  126.  
  127.  
  128. UnInstallMsgs  = "%UnInstallAsk%","%UnInstallYes%","%UnInstallNo%","%UnInstallComplete%"
  129.  
  130. MsgAnswer      = "%MsgYes%","%MsgNo%","%MsgOk%","%MsgCancel%","%MsgRetry%"
  131.  
  132. GetFolderMsgs  = "%GetFolderTitle%", "%GetFolderMsgTitle%", "%GetFolderCannot%", "%GetFolderExists%", "%GetFolderCancel%"
  133. LicenceMsgs    = "%LicenceTitle%",   "%LicenceAgree%",      "%LicenceDecline%"
  134.  
  135. LicenceTxt     = licence.txt
  136.  
  137. Vendor         = "Techland"
  138. ProductKey     = "Software\Techland\%PRODUCT%"
  139.  
  140. CommandLine    = "IndianaJack.exe"
  141.  
  142. ProgramPath    = "Techland\Indiana Jack"
  143. DefaultPath    = "C:\Program Files\Techland\%PRODUCT%"
  144.  
  145. ProgramGroup   = "Techland\Indiana Jack"
  146.  
  147. Shortcut1      = "Indiana Jack",      IndianaJack.exe,              ,"%PRODUCT%","%65600%\IndianaJack.exe"
  148. Shortcut2      = "Odinstaluj", setup.exe,"-uninstall" ,"%PRODUCT%","%65600%\setup.exe"
  149. Shortcut3      = "Czytaj.txt", readme.txt,"%PRODUCT%","%65600%\readme.txt"
  150. Shortcut4      = "www.techland.com.pl", WebPage.url,"%PRODUCT%","%65600%\WebPage.url"
  151. Shortcut5      = "Indiana Jack  - tryb awaryjny", IndianaJack.exe,"safemode" ,"%PRODUCT%","%65600%\IndianaJack.exe"
  152.  
  153. Messages       = "%MsgInstalling%","%MsgInstallOk%","%MsgInstallError%","%MsgInstallSpace%","%MsgInstallReboot%","%MsgInstallRebootAsk%"
  154.  
  155. DirectXPath    = "DirectX"
  156.  
  157. AutoExit       = 1
  158. DirectXPath    = "DirectX"
  159. DirectXAuto    = 0
  160. AviDecoder     = 0
  161. CustomCursors  = 0
  162.  
  163. Sizes          = 420,420
  164.  
  165. ; end of file
  166.